﻿/* 手机 mobile start*/
@media (max-width: 767px) {
body{
	background-size:100% auto;
	font-size:14px;
}

.visible-xs{display: block !important;}
.visible-xs-block {display: block !important;}
.visible-xs-inline {display: inline !important;}
.visible-xs-inline-block {display: inline-block !important;}
.hidden-xs{display:none !important;}

.wrapin{
	width:100%;
}


.banner{
	width: 100%;
	height: 100px;
	margin:10px 0;
}
.banner img{
	display: block;
	width: 100%;
	height: 100px !important;
}

.hbanner1{	
	position: relative;
	overflow: hidden;
    height:230px;
}
.hbanner1 .link{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.hbanner1 .link img{
	display: block;
	width: 100%;
	height: auto;
    height:230px;
}
.hbanner1 .name{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	height: 58px;
	line-height: 58px;
	color:#fff;
	width: 100%;
	background:rgba(0,0,0,0.3);
}
.hbanner1 .nm{
	display: inline-block;
	padding-left:20px;
	display:inline-block;
	max-width:90%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hbanner1 .swiper-pagination{
	
}
.hbanner1 .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.hbanner1 .swiper-pagination-bullet-active {
  background: #ca0125;
}

.hb_tabs{
	margin:10px 0;
}

.hb_tabs .handle{
	height: 36px;
	line-height: 36px;
	border-bottom:1px solid #e5e5e5;
}
.hb_tabs .btn{
	display: block;
	width: 25%;
	height: 36px;
	line-height: 36px;
	float: left;
	text-align: center;
	font-size:16px;
	border-radius:5px;
}
.hb_tabs .hover{
	background:#ca0125;
	color:#fff;
	font-weight: bold;
}
.hb_tabs .con{
	display: none;
	padding:0 3%;
}
.hb_tabs .show{
	display: block;
}
.hb_tabs li{
	height: 46px;
	line-height: 46px;
	clear: both;
	border-bottom:1px dashed #e5e5e5;
	padding-right:107px;
	position: relative;
}
.hb_tabs li span{
	position: absolute;
	right: 0;
	top: 0;
	color:#7b7b7b;
}
.hb_tabs li a{
	display: inline-block;
	padding-left:30px;	
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	background:url("../images/li1.png") no-repeat left center;
}
.hb_tabs li a:hover{
	background-image:url("../images/li1h.png");
}

.h_gl{
	margin:10px 0;
	position: relative;
	height: 98px;
	overflow: hidden;	
}
.h_gl .link{
	display: block;
	width: 284px;
	height: 98px;
	margin:0 auto;
}
.h_gl .link img{
	display: block;
	width: 284px;
	height: 98px;
}
.h_gl .cbtn{
	width: 20px;
	height: 98px;
	position: absolute;
	z-index: 20;
	cursor: pointer;
	top: 0;
}
.h_gl .my-prev{
	left: 0;
	background:url("../images/gl_pre.png") no-repeat center center;
}
.h_gl .my-next{
	right: 0;
	background:url("../images/gl_next.png") no-repeat center center;
}

.h_news{
	margin-top:10px;
	float: none !important;
}
.h_news .handle{
	height: 40px;
	line-height: 40px;
	clear: both;
	border-bottom:1px solid #dfdfdf;
}
.h_news .btn{
	float: left;
	margin-left:10px;
	padding:0 5px;
}
.h_news .hover{
	color:#ca0125;
	font-weight: bold;
	border-bottom:2px solid #ca0125;
}
.h_news .more{
	float: right;
	color:#999;
}
.h_news .more:hover{
	color:#ca0125;
}
.h_news .con{
	display: none;
	padding:10px 3%;
}
.h_news .show{
	display: block;
}
.h_news li{
	height: 46px;
	line-height: 46px;
	clear: both;
	border-bottom:1px dashed #e5e5e5;
	padding-right:107px;
	position: relative;
}
.h_news li span{
	position: absolute;
	right: 0;
	top: 0;
	color:#7b7b7b;
}
.h_news li a{
	display: inline-block;
	padding-left:30px;	
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	background:url("../images/li1.png") no-repeat left center;
}
.h_news li a:hover{
	background-image:url("../images/li1h.png");
}

.h_head{
	height: 60px;
	line-height: 60px;
	text-align: center;
	background:url("../images/h_tu.png") no-repeat center center;
	background-size:auto 4px;
	font-size:18px;
	font-weight: bold;
	color:#333;
	letter-spacing:2px;
}
.htu_item{	
	width: 90%;	
	text-align: center;
	margin:0 auto;
}
.htu_item .photo{
	display: block;
	width: 100%;
	height: auto;
}
.htu_item .photo img{
	display: block;
	width: 100%;
	height: auto;
}
.htu_item .name{
	height: 36px;
	line-height: 36px;
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.htu_itemend{
	margin-right:0;
}
.htu_sli{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	padding:0 3%;
}
.htu_sli .clear{
	width: 48%;
	height: 0;
}

.hfn_links{
	display:flex;
	justify-content: space-between;
	padding:0 3%;
	flex-wrap:wrap;
}
.hfn_links .item{
	width: 108px;
	display: block;
	float: left;
	height: 120px;
	padding-top:24px;
	border:1px solid #ca0125;
	margin-bottom:15px;	
	text-align: center;
	line-height: 50px;
}
.hfn_links .item:hover{
	background:#ca0125;
	color:#fff;
}
.hfn_links .ico{
	position: relative;
	overflow: hidden;
	width: 60px;
	height: 60px;
	margin:0 auto;
}
.hfn_links .ico img{
	display: block;
	width: 60px;
	height: 120px;
	position: absolute;
	left: 0;
	top: 0;
}
.hfn_links .item:hover .ico img{
	top: -60px;
}
.hfn_links .itemend{
	margin-right:0;
}

.h_rx{
	padding:0 3% 10px 3%;
}
.h_rx a{
	display: block;
	width: 100%;
	margin-top:10px;
}
.h_rx img{
	display: block;
	width: 100%;
	height:auto;
}
.h_rx .end{
	margin-right:0;
}

.banner2{
	width:100%;
	margin:15px auto;	
	position:relative;
	overflow:hidden;	
	cursor:pointer;		
}
.banner2 .swiper-slide{
	width:100%;	
	background-repeat:no-repeat;
	background-position:top center;
}
.banner2 .swiper-slide img{
	display:block;
	width:100%;
	height:auto;
}
.banner2 .swiper-slide a{
	display:block;
	width:100%;	
}
.banner2 .swiper-pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:10px;
  width: 100%;
}
.banner2 .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;  
  margin: 0 3px;
  opacity: 1;
  cursor: pointer;
}
.banner2 .swiper-pagination-bullet-active {
  background: #d81f39;
}

.hn_left{
	width: 94%;
	margin:0 auto;
}
.hn_item{
	display: block;	
	margin-bottom:15px;
	background:#f7f7f7;
}
.hn_item .photo{
	width: 100%;
	height:auto;
	display: block;
}
.hn_item .intro{
	padding:10px;
}
.hn_item .intro dt{	
	line-height: 25px;
	font-size:16px;
	font-weight: bold;
}
.hn_item .intro dd{
	line-height: 25px;
}
.hn_item .tip{
	line-height: 30px;
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.hn_right{
	
	
}
.hn_right .handle{
	height: 40px;
	line-height: 40px;
	margin-bottom:20px;
	border-bottom:1px solid #e5e5e5;
	clear: both;
}
.hn_right .btn{
	float: left;
	margin-left:20px;
	display: inline-block;
	padding:0 15px;
	font-size:18px;
}
.hn_right .hover{
	color:#ca0125;
	border-bottom:2px solid #ca0125;
}
.hn_right .con{
	display: none;
	padding:0 3%;
}
.hn_right .show{
	display: block;
}
.hr_slider{
	width: 100%;
}
.hr_slider a{
	display: block;
	position: relative;
	overflow: hidden;
}
.hr_slider img{
	display: block;
	width: 100%;
	height:auto;
}
.hr_slider .name{
	height: 50px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	line-height: 50px;
	text-align: center;
	background:rgba(0,0,0,0.5);
	text-align: center;
	font-size:15px;
	color:#fff;
}
.hr_slider .cbtn{
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	z-index: 20;
}
.hr_slider .my-prev{
	left: 0;
	background:url("../images/bm_pre.png") no-repeat center center;
}
.hr_slider .my-next{
	right: 0;
	background:url("../images/bm_next.png") no-repeat center center;
}

.h_fri{
	padding-bottom:20px;
}
.h_fri .title{
	padding:16px 3% 0 3%;
	height: 46px;
	line-height: 46px;
	border-bottom:1px solid #f5d1d8;
	font-size:18px;
	font-weight: bold;
	margin-bottom:20px;
}
.h_fri .tit{
	float: left;
	padding:0 18px;
	margin-right:20px;
	height: 42px;
	line-height: 42px;
	background:url("../images/hfri.png") no-repeat right center;
}
.h_fri select{
	float: left;
	height: 40px;
	border:1px solid #ccc;
	width: 200px;
	font-size:16px;
	margin-right:15px;
}

.footer{	
	background:url("../images/footer.jpg") no-repeat center center;
	background-size:cover;
	text-align: center;
	font-size:14px;
	line-height: 24px;
	padding:30px 0;
}
.footer p{
	padding:5px 0;
}
.footer .ga{
	display: inline-block;
	padding-left:25px;
	background:url("../images/ga.png") no-repeat left center;
}
.htu_slider .swiper-wrapper{
	-webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.fz_wp{
	width: 100%;
	margin:0 auto;
}
.now_pos{
	height: 50px;
	line-height: 50px;
	font-size:14px;
	color:#666;
	padding:0 3%;
}
.fz_banner img{
	display: block;
	width: 100%;
	height:auto;
}

.fz_tabs{
	padding:20px 0 30px 0;
}
.fz_tabs .handle{
	height: 35px;
	line-height: 35px;
	clear: both;
	text-align: center;
	font-size:14px;
}
.fz_tabs .handle .btn{
	float: left;
	width: 33.3333%;
	height: 35px;
	border-bottom:1px solid #e8e9ee;
}
.fz_tabs .handle .hover{
	font-weight: bold;
	color:#ca0125;
	border-bottom:1px solid #ca0125;
}
.fz_tabs .con{
	display: none;
}
.fz_tabs .show{
	display: block;
}
.fz_tabs ul{
	padding:15px 3%;
	border-bottom:1px dashed #ddd;
}
.fz_tabs ul:last-child{
	border:0;
}
.fz_tabs li{
	height: 40px;
	line-height: 40px;
	clear: both;
	position: relative;
	padding-right:100px;
	box-sizing:border-box;
}
.fz_tabs li span{
	position: absolute;
	right: 0;
	top: 0;
	color:#999;
}
.fz_tabs li a{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.page{
	text-align: center;
	padding-top:30px;
}
.page a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding:0 10px;
	border:1px solid #b2b2b2;
	margin:0 2px;
}
.page a:hover,.page a.hover{
	color:#fff;
	border-color:#cb0019;
	background:#cb0019;
}
.page em{
	display: inline-block;
	padding:0 5px;
}
.page .text{
	height: 30px;
	width: 50px;
	text-align: center;
	border:1px solid #b2b2b2;
}

.art_main{
	background:#fff;
	padding:10px 3%;
	margin-bottom:20px;
}
.art_title{
	text-align: center;
	font-size:16px;
	line-height: 24px;
	
}
.art_tags{
	padding-bottom:15px;	
	padding-top:10px;
	line-height: 30px;
	clear: both;
	background:url("../images/art_tag.png") repeat-x left bottom;
	font-size:14px;
	color:#666;
}
.art_tags .cleft{
	text-align: center;
}
.art_tags .cleft span{	
	margin-right:1em;
}
.art_tags .bdsharebuttonbox{
	margin:5px 0 0 0;
}
.art_tags .print{
	display: inline-block;
	padding-left:27px;
	margin:0 24px;
	background:url("../images/print.png") no-repeat left center;
}
.art_cnt{
	padding:15px 0 0 0;
	font-size:16px;
	color:#666;
	line-height: 30px;
}
.art_cnt img{
	display: block;
	max-width:100%;
	margin:10px auto;
    height:auto!important;
}
.art_cnt p{
	text-indent:2em;
	padding:5px 0;
}

.jg_wp{
	background:#fff;
	padding:0 3% 15px 3%;
	margin-bottom:20px;
}
.jg_header{
	height: 52px;
	line-height: 52px;
	border-bottom:1px solid #f0f0f0;
	position: relative;
	clear: both;
}
.jg_header .tit{
	float: left;
	position: relative;
	font-size:16px;
	font-weight: bold;
	color:#333;
	padding-left:12px;
}
.jg_header .tit i{
	display: block;
	width: 3px;
	height: 20px;
	margin-top:-10px;
	position: absolute;
	left: 0;
	top: 50%;
	background:#ca0125;
}
.jg_header .more{
	float: right;
	font-size:14px;
}
.jg_fls{
	padding:12px 0;
}
.jg_left{
	width: 100%;
}
.jg_left .photo{
	display: block;
	width: 100%;
	height: auto;	
}
.jg_left .photo img{
	display: block;
	width: 100%;
	height: auto;
}
.jg_left dl{
	
}
.jg_left dt{
	font-size:16px;
	line-height: 30px;
}
.jg_left .date{
	text-indent:0;
}
.jg_left dd{
	font-size:14px;
	line-height: 2;
	text-indent:2em;
	color:#666;
}
.jg_left dd a{
	color:#ca0125;
}
.jg_right{
	width: 100%;
	
}
.jg_right li{
	height: 40px;
	line-height: 40px;
	clear: both;
	position: relative;
	padding-right:86px;
}
.jg_right li span{
	position: absolute;
	right: 0;
	top: 0;
	color:#7b7b7b;
}
.jg_right li a{
	display: inline-block;
	padding-left:20px;	
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#666;
	background:url("../images/li1.png") no-repeat left center;
}
.jg_right li a:hover{
	color:#ca0125;
	background-image:url("../images/li1h.png");
}

.qy_toper{
	padding:12px 0;
}
.qt_left{
	display:flex;
	justify-content: space-between;
}
.qt_left a{
	display: block;
	width: 48%;
	height: auto;	
}
.qt_left img{
	display: block;
	width: 100%;
	height: auto;
}
.qt_right{
	margin-top:10px;
}
.qt_right .head{
	height: 40px;
	line-height: 40px;
	background:url("../images/qt_head.png") no-repeat center center;
	clear: both;
	padding:0 15px;
	margin-bottom:10px;
}
.qt_right .tit{
	float: left;
	font-size:18px;
}
.qt_right .more{
	float: right;
}
.qt_right li{
	height: 40px;
	line-height: 40px;
	clear: both;
	position: relative;
	padding-right:86px;
}
.qt_right li span{
	position: absolute;
	right: 0;
	top: 0;
	color:#7b7b7b;
}
.qt_right li a{
	display: inline-block;
	padding-left:20px;	
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#666;
	background:url("../images/li1.png") no-repeat left center;
}
.qt_right li a:hover{
	color:#ca0125;
	background-image:url("../images/li1h.png");
}
.xw_fls{
	float: none !important;
}
.xw_fls ul{
	padding-top:10px;
}
.xw_fls li{
	height: 40px;
	line-height: 40px;
	clear: both;
	position: relative;
	padding-right:86px;
}
.xw_fls li span{
	position: absolute;
	right: 0;
	top: 0;
	color:#7b7b7b;
}
.xw_fls li a{
	display: inline-block;	
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#666;	
}
.xw_fls li a:hover{
	color:#ca0125;	
}
.xw_fls .handle{
	float: left;
}
.xw_fls .btn{
	float: left;
	margin-right:15px;
	font-size:14px;
	font-weight: bold;
}
.xw_fls .handle .hover{
	color:#ca0125;
}
.xw_fls .tit{
	height: 52px;
}
.xw_fls .con{
	display: none;
	padding-top:10px;
}
.xw_fls .show{
	display: block;
}
.xw_fls .photo{
	display: block;
	width: 100%;
	height: auto;	
}
.xw_fls .photo img{
	display: block;
	width: 100%;
	height: auto;
}
.xw_fls dl{
	width: 100%;	
}
.xw_fls dt{
	font-size:18px;
	line-height: 35px;
}
.xw_fls dd{
	font-size:16px;
	line-height: 2;
	text-indent:2em;
	color:#666;
}
.xw_fls dd a{
	color:#ca0125;
}

.fl_about{
	padding:13px 0;
	line-height: 2;
	text-indent:2em;
}
.fl_handle{
	display:flex;
	justify-content: space-between;
	padding:15px 0;
}
.fl_handle .btn{
	display: block;
	width: 110px;
	height: 40px;
	font-size:14px;
	line-height: 40px;
	text-align: center;	
	color:#000;
	background:#ddd;
	border-radius:5px 5px 0 0;	
}
.fl_handle .hover{
	color:#fff;
	background:#ca1025;
}


.fl_con{
	display: none;
}
.show{
	display: block;
}


.fl1_handle .btn{
	height: 40px;
	line-height: 40px;
	font-size:16px;
	position: relative;
	border-bottom:1px solid #f3f3f3;
	padding-left:220px;
	cursor: pointer;
	background:url("../images/fl1_btn.png") no-repeat 27px center;
}
.fl1_handle .hover{
	border-color:#efb2bd;
	background:#f9f9f9 url("../images/fl1_btn.png") no-repeat 27px center;
}
.fl1_handle .btn span{
	position: absolute;
	left: 54px;
	top: 0;
}
.fl1_con{
	float: right;
	display: none;	
	padding:0 3% 40px 3%;	
	background:#fafafa url("../images/fl1_con.png") no-repeat right bottom;
	background-size:auto 50px;
}
.show{
	display: block;
}
.fl1_head{
	padding:15px 0 15px 0;
	border-bottom:1px solid #ebaeb9;
	text-align: center;
	line-height: 2;
	color:#666;
}
.fl1_head .t1{
	font-weight: bold;
	color:#1f1f1f;
	font-size:16px;
}
.fl1_head .tag{
	font-size:14px;
}
.fl1_con .face{
	display: block;
	width: 170px;
	height: 230px;
	margin:30px auto;
}
.fl1_con .face img{
	display: block;
	width: 170px;
	height: 230px;
}
.fl1_con .tip{
	font-size:16px;
	line-height: 2;
	text-indent:2em;
}

.fl2_item{
	position: relative;
	background:#f9f9f9;
	padding-bottom:10px;
}
.fl2_item .cright{	
	box-sizing:border-box;
	padding:0 3%;
	line-height: 36px;	
}
.fl2_item .tip{
	max-width:90%;
	text-indent:2em;
	display:inline-block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	float: left;
}
.fl2_itemdown .tip{
	display:block;
	overflow:visible;
	white-space:normal;
	max-width:none;
}
.fl2_item .zk{
	color:#ca1025;
}
.fl2_itemdown .zk{
	display: none;
}
.fl2_item .tit{
	text-align: center;
	line-height: 3;
	font-size:16px;
}
.fl2_itemdown .tit{
	font-weight: bold;
	color:#ca1025;
}

.fl2_item:nth-child(even){
	background:#fff;
}

.fl_link{
	width: 100%;	
	background:#fbfbfb;
	margin-top:10px;
	position: relative;
}
.fl_link .photo{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	border-bottom:1px solid #ca1025;
}
.fl_link .photo img{
	display: block;
	width: 100%;
	height: auto;
}
.fl_link .name{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 20;
	background:rgba(255,223,228,0.77);
	text-align: center;
	padding:6px 0;
	font-size:22px;
	line-height: 1.6;
	font-weight: bold;
	font-family:Simsun;
}
.fl_link .intro{
	padding:10px 8px;
	line-height: 45px;
}
.fl_link .intro p{
	text-indent:1em;
}
.fl_link .intro a{
	color:#ca1025;
}

.jj_toper{	
	padding:20px 0 0 0;
}
.jj_item{
	display: block;
	width: 100%;
	height: auto;	
	background:#fdf8f9;
	cursor: pointer;
	margin-bottom:20px;
}
.jj_item .photo{
	display: block;
	width: 100%;
	height: auto;	
}
.jj_item dl{
	display: none;
}
.jj_itemhover dl{
	display: block;
	padding:18px 18px 10px 18px;
	
}
.jj_item dt{
	font-size:18px;
	line-height: 30px;
}
.jj_item dd{
	font-size:14px;
	line-height: 2;
	text-indent:2em;
	color:#666;
	margin-top:10px;
}
.jj_item dd a{
	color:#ca1025;
}
.jj_tabs1 .handle{
	clear: both;
}
.jj_tabs1 .btn{
	height: 40px;
	line-height: 40px;
	font-size:16px;
	width: 33.3333%;
	float: left;
	text-align: center;
	border-bottom:1px solid #e8e9ee;
}
.jj_tabs1 .hover{
	font-weight: bold;
	color:#ca1025;
	background:#fdf8f9;
	border-bottom:1px solid #ca1025;
}
.jj_list{
	padding-top:10px;
}
.jj_list li{
	height: 40px;
	line-height: 40px;
	clear: both;
	position: relative;
	padding-right:86px;
}
.jj_list li span{
	position: absolute;
	right: 0;
	top: 0;
	color:#7b7b7b;
}
.jj_list li a{
	display: inline-block;
	padding-left:20px;	
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#666;
	background:url("../images/li1.png") no-repeat left center;
}
.jj_list li a:hover{
	color:#ca0125;
	background-image:url("../images/li1h.png");
}
.jj_tabs1 .con{
	display: none;
}
.jj_tabs1 .show{
	display: block;
}
.jj_tabs2{
	padding-top:20px;
}
.jj_tabs2 .handle{
	display:flex;
	justify-content: space-between;
}
.jj_tabs2 .btn{
	display: block;
	width: 30%;
	height: 40px;
	line-height: 40px;
	border:1px solid #ca1025;
	border-radius:5px;
	text-align: center;
	font-size:16px;
}
.jj_tabs2 .hover{
	color:#fff;
	background:#ca1025;
}
.jj_tabs2 .con{
	display: none;
}
.jj_tabs2 .show{
	display: block;
}

/* 手机 mobile end*/	
}
